svn path=/trunk/; revision=19092
+2007-11-29 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove leftover
+ debug spew.
+
2007-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am: Fix ordering of subdirs.
arrow_extent = arrow_size * arrow_scaling;
- g_printerr ("%s: scaling = %f size = %d extent = %d\n",
- G_STRFUNC, arrow_scaling, arrow_size, arrow_extent);
-
shadow_type = GTK_SHADOW_OUT;
if (state_type == GTK_STATE_PRELIGHT)
shadow_type = GTK_SHADOW_IN;